%%PageItemTitle%%

Compare .NET Objects

Compare .NET Objects
GetHashCode(T) Method
See Also  Send Feedback
KellermanSoftware.CompareNetObjects Namespace > LogicEqualityComparer<T> Class > GetHashCode Method : GetHashCode(T) Method


obj
The object to retrieve a hash for.

Glossary Item Box

Retrieves the hash of the specified object.

Syntax

Visual Basic (Declaration) 
Public Overloads Function GetHashCode( _
   ByVal obj As T _
) As System.Integer
Visual Basic (Usage)Copy Code
Dim instance As LogicEqualityComparer(Of T)
Dim obj As T
Dim value As System.Integer
 
value = instance.GetHashCode(obj)
C# 
public System.int GetHashCode( 
   T obj
)
Managed Extensions for C++ 
public: System.int GetHashCode( 
   T* obj
) 

Parameters

obj
The object to retrieve a hash for.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© Kellerman Software 2018 All Rights Reserved.